home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
nt
/
source.exe
/
POSIX
/
MAKE
/
EMALLOC.C
< prev
next >
Wrap
Text File
|
1992-07-02
|
78b
|
8 lines
char *emalloc(int cnt)
{
char
*malloc ();
return (malloc(cnt));
}